﻿2026-06-21T23:33:32.0123436Z ##[group]Run actions/checkout@v5
2026-06-21T23:33:32.0124315Z with:
2026-06-21T23:33:32.0124839Z   repository: SaberMage/spt-core
2026-06-21T23:33:32.0129892Z   token: ***
2026-06-21T23:33:32.0130414Z   ssh-strict: true
2026-06-21T23:33:32.0130960Z   ssh-user: git
2026-06-21T23:33:32.0131470Z   persist-credentials: true
2026-06-21T23:33:32.0132037Z   clean: true
2026-06-21T23:33:32.0132548Z   sparse-checkout-cone-mode: true
2026-06-21T23:33:32.0133162Z   fetch-depth: 1
2026-06-21T23:33:32.0133781Z   fetch-tags: false
2026-06-21T23:33:32.0134294Z   show-progress: true
2026-06-21T23:33:32.0134815Z   lfs: false
2026-06-21T23:33:32.0135289Z   submodules: false
2026-06-21T23:33:32.0135802Z   set-safe-directory: true
2026-06-21T23:33:32.0136353Z env:
2026-06-21T23:33:32.0136878Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T23:33:32.0137480Z ##[endgroup]
2026-06-21T23:33:32.2200740Z Syncing repository: SaberMage/spt-core
2026-06-21T23:33:32.2202414Z ##[group]Getting Git version info
2026-06-21T23:33:32.2203396Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T23:33:32.2643627Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T23:33:32.2881467Z git version 2.43.0.windows.1
2026-06-21T23:33:32.2915647Z ##[endgroup]
2026-06-21T23:33:32.2925753Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c33f0968-5bf3-4610-b22d-cda4782ff822\.gitconfig'
2026-06-21T23:33:32.2942930Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c33f0968-5bf3-4610-b22d-cda4782ff822' before making global git config changes
2026-06-21T23:33:32.2944609Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T23:33:32.2949665Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T23:33:32.3225854Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T23:33:32.3448764Z https://github.com/SaberMage/spt-core
2026-06-21T23:33:32.3479726Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T23:33:32.3485009Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T23:33:32.3744049Z HEAD
2026-06-21T23:33:32.4094567Z ##[endgroup]
2026-06-21T23:33:32.4100531Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T23:33:32.8489827Z ##[group]Cleaning the repository
2026-06-21T23:33:32.8494972Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T23:33:35.1071449Z Removing target/
2026-06-21T23:33:35.1109645Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T23:33:35.1650096Z HEAD is now at 52868ae Merge 223eb8ba6a814add222a707047d0ffafde565f75 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:33:35.1681874Z ##[endgroup]
2026-06-21T23:33:35.1686021Z ##[group]Disabling automatic garbage collection
2026-06-21T23:33:35.1691572Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T23:33:35.1965340Z ##[endgroup]
2026-06-21T23:33:35.1965802Z ##[group]Setting up auth
2026-06-21T23:33:35.1972383Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T23:33:35.2221543Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T23:33:35.6318678Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T23:33:35.6628187Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T23:33:36.0849961Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T23:33:36.1102383Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T23:33:36.5173036Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T23:33:36.5501630Z ##[endgroup]
2026-06-21T23:33:36.5502172Z ##[group]Fetching the repository
2026-06-21T23:33:36.5509155Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +52868ae252cd7999c6112a01f786d01977daed7e:refs/remotes/pull/27/merge
2026-06-21T23:33:37.1650624Z ##[endgroup]
2026-06-21T23:33:37.1651664Z ##[group]Determining the checkout info
2026-06-21T23:33:37.1652637Z ##[endgroup]
2026-06-21T23:33:37.1663071Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T23:33:37.2022414Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T23:33:37.2280860Z ##[group]Checking out the ref
2026-06-21T23:33:37.2285826Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T23:33:37.2697227Z HEAD is now at 52868ae Merge 223eb8ba6a814add222a707047d0ffafde565f75 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:33:37.2722690Z ##[endgroup]
2026-06-21T23:33:37.3001898Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T23:33:37.3231414Z 52868ae252cd7999c6112a01f786d01977daed7e
